-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Caliper With Prometheus #588
Integrate Caliper With Prometheus #588
Conversation
4eebdf2
to
1924f6a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor remarks to clarify/address. See the review comments
packages/caliper-core/lib/prometheus/prometheus-query-client.js
Outdated
Show resolved
Hide resolved
packages/caliper-core/lib/prometheus/prometheus-query-client.js
Outdated
Show resolved
Hide resolved
1924f6a
to
c104851
Compare
@aklenik - thanks for the review, I've made the suggested edits, in particular modified the manner in which queries are made to prevent overwriting of parameters - happy to do the same in the |
This pull request introduces 1 alert and fixes 2 when merging c104851 into 3f9293a - view on LGTM.com new alerts:
fixed alerts:
|
c104851
to
e16ce20
Compare
This pull request introduces 1 alert and fixes 2 when merging e16ce20 into 3f9293a - view on LGTM.com new alerts:
fixed alerts:
|
e16ce20
to
adead3e
Compare
This pull request fixes 2 alerts when merging adead3e into 3f9293a - view on LGTM.com fixed alerts:
|
- modify local client to conditionally push to a prometheus push gateway - modify returned results to include start/end times of client test - add new prometheus monitor - tidy existing Docker monitor - remove demo.js and move to a test observer class - add test observer interface - add prometheus based and null test observer - rename monitor methods/variables to make them related to what the method/variable is used for - delete zoo related items - modify report builder and report template to enable generic results to be itemised Signed-off-by: [email protected] <[email protected]>
adead3e
to
fea49fd
Compare
This pull request fixes 2 alerts when merging fea49fd into 3f9293a - view on LGTM.com fixed alerts:
|
Big set of changes here to enable:
Changes include:
Signed-off-by: [email protected] [email protected]